CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - prime number

搜索资源列表

  1. sushu

    0下载:
  2. 判断一个数是否是素数,判断一个数是否是素数。-To determine whether a number is prime number, to determine whether a number is prime.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6150
    • 提供者:liushuanghe
  1. test

    0下载:
  2. 该程序实现的是输出间隔为100的相邻的两个质数,这是某年某公司的一个笔试题,算法很短,但是思想具有一定的参考性,编译通过,可运行-The program is the realization of the output interval is 100, two adjacent prime number, this is a company in a year, a pen test, the algorithm is very short, but thinking of a certain
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5668
    • 提供者:石峰
  1. zhishupanding

    0下载:
  2. 这是一个质数判定的小程序,输入任意数字,判定是否为质数-This is a prime number of small procedures to determine, enter any number, to determine whether the prime number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:175746
    • 提供者:zqn
  1. primes

    1下载:
  2. 关于质数的一些程序,是我看了一本关于质数的书后把其中容易实现的算法用MATLAB写出来的。有质数的检验,各种猜想的检验等。-Prime number on some of the procedures that I have read a few books on the quality of which easily achieved after the algorithm using MATLAB written. Qualitative test of a few, all kinds o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5921
    • 提供者:王敬
  1. primeNumber

    0下载:
  2. 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:151532
    • 提供者:henry
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27638
    • 提供者:魏汝垚
  1. PrimeNumber

    0下载:
  2. This program is to output the prime number that you want.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:Yalin Liu
  1. RSA_CS

    0下载:
  2. C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:196331
    • 提供者:jiuhuajian
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:lym
  1. Rei07

    0下载:
  2. 求質數法 判斷n是否為質數 時,將n除以n以下的整數直至2為止,以觀察n能 除盡,這時如有被除盡的數,便被視為非質數而脫離出回圈。到了最後如無除盡的數,則此數即為質數。-Seeking qualitative method to determine whether the prime number n to determine whether the prime number n will be n divided by n integers until 2 the followi
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:19397
    • 提供者:王大明
  1. 403

    0下载:
  2. 简洁的素数判断程序,输入数据,即可显示,也可以稍加扩展,变成大范围的判断-Simple prime number judging procedures, input data can be displayed, you can easily expand into a wide range of judgments
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:265678
    • 提供者:啊荣
  1. zhishu

    0下载:
  2. 输入一个数,可以判断这个数是否为质数,如果是质数,则把它输出,每隔10个数换一行。-Enter a number, can determine whether the number of prime number, if it is prime number, while its output for every 10 the number of his party.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:829
    • 提供者:杨鑫彦
  1. sushu

    0下载:
  2. 程序主要实现从一组数中选出素数,并将其输出的功能-Major implementation procedures from a group of several selected prime number, and the output function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:11349
    • 提供者:儿童网吧
  1. Judging

    0下载:
  2. 判断一个素数能被几个9整除.1.程序分析: 2.程序源代码: -Judging whether a prime number can be divisible by some 9
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2588
    • 提供者:wlb
  1. 1

    0下载:
  2. 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数-1. Enter a few, and to its side length* component used to draw a square. 2. Solving Satisfied 1* 1+2* 2+ .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3443
    • 提供者:shilan
  1. s

    1下载:
  2. 6. 素数环问题 把从1到20这20个数摆成一个环,要求相邻的两个数的和是一个素数。 分析:用回溯算法,考察所有可能的排列。 -6. Prime numbers loop problem 1-20 from 20 before the number into a ring, adjacent to both the number of requests and is a prime number. Analysis: The retrospective algorithm, exam
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:173368
    • 提供者:松柏长青
  1. myprogrom

    0下载:
  2. 下楼问题,质数问题,分书问题,开灯问题,排球问题,排课问题,等c++源码-Problem downstairs, prime number problem, sub-book questions, questions turn on the lights, volleyball questions, Course Scheduling problem, such as c++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3402
    • 提供者:
  1. 7

    0下载:
  2. 由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。-Keyboard input from a maximum, for 2 to the maximum value of all prime number (prime numbers).
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:张振宇
  1. sspd

    0下载:
  2. 素数判断用Java程序写的Applet小程序 输入任意证书均可以判断是否是素数-Prime numbers to determine the procedures used to write the Java applet Applet arbitrary input can determine whether the certificate is a prime number
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:1663
    • 提供者:wang shao hua
  1. 1

    0下载:
  2. 交替字符倒三角形.txt级数求和.txt密钥加密.txt密钥解密.txt5位以内的对称素数.txt母牛问题.txt-Inverted triangle alternate characters. Txt Sum. Txt key encryption. Txt decryption key. Txt5 symmetric spaces within the prime number. Txt cow problem. Txt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:moper
« 1 2 3 4 5 6 78 9 10 11 12 ... 34 »
搜珍网 www.dssz.com